home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Fácil 3
/
CDFACIL3.iso
/
lazer
/
SIMPSONS
/
SIMPDATA
/
SIMPMAIN
/
00034_play button score script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-01
|
255 b
|
15 lines
global paletteVisibleP, gPlayFlag
on mouseDown
if the lastClick > 5 then
exit
end if
hideFieldHiliterSpr(appMgr)
if paletteVisibleP then
hidePalette(paletteMgr)
end if
if not gPlayFlag then
playBtnClick(interfaceMgr)
end if
end